FunctionRemapper

fun interface FunctionRemapper

Remap references to functions. Returning null will deep copy the symbol.

Functions

remapValue
Link copied to clipboard
abstract fun remapValue(symbol: IrSimpleFunctionSymbol): IrSimpleFunctionSymbol?

Sources

jvm source
Link copied to clipboard